scaling

abstract fun scaling(scaling: Scaling): T

Configures the scaling for printing.

Return

this instance

Parameters

scaling

the scaling type to use

Throws

if the current printing operation has been completed


abstract fun scaling(): Scaling

Returns the scaling used by the printer.

Throws

if the current printing operation has been completed